home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / 43seconds.swf / scripts / frame_8 / PlaceObject2_75_58 / CLIPACTIONRECORD onClipEvent(enterFrame).as < prev   
Encoding:
Text File  |  2007-09-28  |  175 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(this._currentframe == 10)
  3.    {
  4.       this._visible = false;
  5.       if(_root.nummer == 5)
  6.       {
  7.          _root.play();
  8.       }
  9.    }
  10. }
  11.